home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / Setup-Utilities / INFTool.EXE / DEMO.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1999-02-06  |  922 b   |  32 lines

  1. ; Application: INF-Tool Demo script
  2. ; Author     : Albert Einstein
  3. ; Copyright  : ⌐ 1998,99 by Albert Einstein
  4. ; Created by : the INF-Tool Setup Generator from http://Inner-Smile.com
  5. ; ---------------------------------------------------------------------------
  6. [Version]
  7. Signature=$Chicago$
  8. Provider=%Author%
  9. SetupClass=BASE
  10. Class=NoDriver
  11. [Strings]
  12. Product="INF-Tool Demo script"
  13. Version="1.0"
  14. Info="This easy example script would copy 2 files to the subdirectory "INF-Test" of your Windows directory. Will not modify anything else."
  15. Author="Albert Einstein"
  16. Copyright="⌐ 1998 by Albert Einstein"
  17. DiskName="INF-Tool Demo script, Setup Disk #1"
  18. [SourceDisksNames]
  19. 1=%DiskName%,"Setup1",1
  20. [SourceDisksFiles]
  21. NOTEPAD.EXE=1
  22. WRITE.EXE=1
  23. [DestGrp]
  24. NOTEPAD.EXE
  25. WRITE.EXE
  26. [DestinationDirs]
  27. DestGrp=10,INF-Test
  28. [DefaultInstall]
  29. AddReg=INFTool.Add.Reg.95
  30. Copyfiles=DestGrp
  31. Uninstall=DefaultUninstall
  32.